home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / background_109641.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  349 lines

  1. -- background: 109641 from stack: in
  2. -- bmap block id: 109926
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 2.4.2 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=443 top=5 right=72 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Instant Reference
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   instantReference "2.4.2"
  37. end mouseUp
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=482 top=176 right=205 bottom=511
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 162 / 162
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Help
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   Help
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=480 top=143 right=172 bottom=511
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1310 / 1310
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Student Services
  71. ----- HyperTalk script -----
  72. on mousedown
  73.   SSpopUp
  74. end mousedown
  75.  
  76. on mouseup
  77.   if the mouseloc is not within the rect of me then exit to hyperCard
  78.   doSS
  79. end mouseup
  80.  
  81.  
  82.  
  83. -- part 8 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=482 top=294 right=320 bottom=509
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1236 / 1236
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Last Menu
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   Lesson
  98. end mouseUp
  99.  
  100.  
  101. -- part 9 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=493 top=319 right=341 bottom=512
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1237 / 1237
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Next
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   lock screen
  116.   go next
  117.   unlock screen with scroll left
  118. end mouseUp
  119.  
  120.  
  121. -- part 10 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=478 top=319 right=341 bottom=498
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 1238 / 1238
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Prev
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   lock screen
  136.   go prev
  137.   unlock screen with scroll right
  138. end mouseUp
  139.  
  140.  
  141. -- part 11 (field)
  142. -- low flags: 01
  143. -- high flags: 0000
  144. -- rect: left=16 top=38 right=67 bottom=428
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 156
  149. -- text size: 20
  150. -- style flags: 0
  151. -- line height: 26
  152. -- part name: Subtitle
  153.  
  154.  
  155. -- part 24 (field)
  156. -- low flags: 01
  157. -- high flags: 0000
  158. -- rect: left=17 top=75 right=131 bottom=469
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 0
  162. -- font id: 156
  163. -- text size: 16
  164. -- style flags: 0
  165. -- line height: 17
  166. -- part name: Header
  167.  
  168.  
  169. -- part 26 (field)
  170. -- low flags: 01
  171. -- high flags: 0000
  172. -- rect: left=17 top=265 right=336 bottom=127
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 0
  176. -- font id: 156
  177. -- text size: 16
  178. -- style flags: 0
  179. -- line height: 17
  180. -- part name: Caption1
  181.  
  182.  
  183. -- part 49 (field)
  184. -- low flags: 01
  185. -- high flags: 0000
  186. -- rect: left=17 top=135 right=156 bottom=400
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 0
  190. -- font id: 3
  191. -- text size: 10
  192. -- style flags: 256
  193. -- line height: 15
  194. -- part name: Instruction
  195.  
  196.  
  197. -- part 44 (button)
  198. -- low flags: 00
  199. -- high flags: 2000
  200. -- rect: left=18 top=184 right=248 bottom=82
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Graphic1
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   set the hilite of me to true
  212.   go cd "Application Service E/2"
  213. end mouseUp
  214.  
  215.  
  216.  
  217. -- part 30 (field)
  218. -- low flags: 01
  219. -- high flags: 0000
  220. -- rect: left=128 top=265 right=336 bottom=236
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 0 / 0
  223. -- text alignment: 0
  224. -- font id: 156
  225. -- text size: 16
  226. -- style flags: 0
  227. -- line height: 17
  228. -- part name: Caption2
  229.  
  230.  
  231. -- part 32 (field)
  232. -- low flags: 01
  233. -- high flags: 0000
  234. -- rect: left=350 top=265 right=336 bottom=462
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 0
  238. -- font id: 156
  239. -- text size: 16
  240. -- style flags: 0
  241. -- line height: 17
  242. -- part name: Caption4
  243.  
  244.  
  245. -- part 31 (field)
  246. -- low flags: 01
  247. -- high flags: 0000
  248. -- rect: left=238 top=265 right=336 bottom=347
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 0
  252. -- font id: 156
  253. -- text size: 16
  254. -- style flags: 0
  255. -- line height: 17
  256. -- part name: Caption3
  257.  
  258.  
  259. -- part 46 (button)
  260. -- low flags: 00
  261. -- high flags: 2000
  262. -- rect: left=241 top=186 right=250 bottom=305
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 1
  266. -- font id: 0
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: Graphic3
  271. ----- HyperTalk script -----
  272. on mouseUp
  273.   set the hilite of me to true
  274.   go cd "Application Service E/6"
  275. end mouseUp
  276.  
  277.  
  278.  
  279. -- part 47 (button)
  280. -- low flags: 00
  281. -- high flags: 2000
  282. -- rect: left=351 top=184 right=248 bottom=415
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 1
  286. -- font id: 0
  287. -- text size: 12
  288. -- style flags: 0
  289. -- line height: 16
  290. -- part name: Graphic4
  291. ----- HyperTalk script -----
  292. on mouseUp
  293.   set the hilite of me to true
  294.   go cd "Application Service E/8"
  295. end mouseUp
  296.  
  297.  
  298.  
  299. -- part 45 (button)
  300. -- low flags: 00
  301. -- high flags: 2000
  302. -- rect: left=129 top=185 right=249 bottom=193
  303. -- title width / last selected line: 0
  304. -- icon id / first selected line: 0 / 0
  305. -- text alignment: 1
  306. -- font id: 0
  307. -- text size: 12
  308. -- style flags: 0
  309. -- line height: 16
  310. -- part name: Graphic2
  311. ----- HyperTalk script -----
  312. on mouseUp
  313.   set the hilite of me to true
  314.   go cd "Application Service E/4"
  315. end mouseUp
  316.  
  317.  
  318.  
  319. -- part 50 (field)
  320. -- low flags: 81
  321. -- high flags: 0001
  322. -- rect: left=423 top=0 right=13 bottom=466
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 65535
  326. -- font id: 4
  327. -- text size: 9
  328. -- style flags: 0
  329. -- line height: 12
  330. -- part name: CardTitle
  331.  
  332.  
  333. -- part 52 (button)
  334. -- low flags: 00
  335. -- high flags: 2000
  336. -- rect: left=482 top=208 right=234 bottom=509
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 1234 / 1234
  339. -- text alignment: 1
  340. -- font id: 0
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: Lesson
  345. ----- HyperTalk script -----
  346. on mouseUp
  347.   lesson "2.4.2"
  348. end mouseUp
  349.